ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / ReentrantObservableCollection<T> Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (ReentrantObservableCollection<T>)
    In This Topic
    Raises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also